#0 Normal Units
model = {
	cost 					= 5
	buildtime	 			= 90
	manpower 				= 10 #+2
	maxspeed 				= 3
	defaultorganisation 	= 30
	grounddefence 			= 2 # +1
	airdefence				= 2	
	softattack				= 1
	hardattack				= 1
	airattack				= 1
	transportweight			= 10
	supplyconsumption 		= 0.8
	fuelconsumption			= 0
	speed_cap_art			= 5
	speed_cap_eng			= 6
	speed_cap_at			= 5
	speed_cap_aa			= 5
}

#1 '44 Normal
model = {
	cost 					= 5
	buildtime	 			= 90
	manpower 				= 8 #+2
	maxspeed 				= 3
	defaultorganisation 	= 20
	grounddefence 			= 2
	airdefence				= 2
	softattack				= 1
	hardattack				= 1
	airattack				= 1
	transportweight			= 10
	supplyconsumption 		= 0.8
	fuelconsumption			= 0
	speed_cap_art			= 5
	speed_cap_eng			= 6
	speed_cap_at			= 5
	speed_cap_aa			= 5
}